2014-04-02 - 6474 - Spec - SNC ORDSP Inbound IDOC #SNCProject #ABAPSNC #abapidoc
SPECIFICATIONS
6474 - Spec - ORDSP Inbound IDOC
Purpose
ORDSP Inbound IDOC
Admin Info
Purpose
|
ORDSP Inbound IDOC
|
Requested By
|
Rahul Attarde
|
Spec Created By
|
Vengal Rao
|
Spec Created Date
|
04/02/2014
|
Spec QA by
|
Adithya
|
Objects
|
ZXM06U19
|
Document Status
|
WIP
|
References
Prior Tickets
Documents
Functional Requirement
Some times the ORDSP Inbound IDOC is getting the wrong value mismatch value i.e. it has correct Schedule Line Number and Quantity but wrong Grid Value..
Hence the IDOC is not getting posted and confirmations are not updated.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
The grid values should be corrected before the IDOC is Processed and Confirmations are posted in PO.
Changes are caried out to the User Exit : EXIT_SAPLEINM_007 to change the Grid Value when it is not correct based on the Schedule Line Number and Quantity.
Test Plan
[List test scenarios/cases to be executed here]
Solution Details
[Provide complete technical details for configuration or programming here]
User Exit : EXIT_SAPLEINM_007
Include: ZXM06U19
Change Grid Value:
-Fetch Data from EKET table based PO Number, PO Item, Schedule Line Number and Quantity.
-If IDOC Grid Value is not equal to EKET Grid Value.
-Change IDOC Grid Value as EKET Grid Value.
Grid Value is changed in Two Segments, E1J3P01 and E1J3AIM.
Issues